home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python1.4_Source / Python / protos / marshal_protos1.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-24  |  250 b   |  9 lines

  1.  
  2. /* marshal.c part 1 */
  3. static void w_more ( int c , WFILE *p );
  4. static void w_string ( char *s , int n , WFILE *p );
  5. static void w_short ( int x , WFILE *p );
  6. static void w_long ( long x , WFILE *p );
  7. static void w_object ( object *v , WFILE *p );
  8.  
  9.